home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / IF1BRNCH.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  527 b   |  31 lines

  1. Yes or No Branch Only
  2.  
  3. First statement.
  4. Yes branch only?
  5.     Statement on yes branch.
  6. ?end
  7.  
  8. Yes branch only?
  9.     { Both choices need to be given custom text
  10.     or else the no choice will still be shown
  11.     as the word No on the diagram }
  12.     
  13.     (Good)    Statement on yes branch.
  14.     (Bad)
  15. ?end
  16.  
  17. No branch only?
  18.     { Both choice script symbols must be entered
  19.     when only the no choice has statements }
  20.     
  21.     ()
  22.     ()        Statement on no branch.
  23. ?end
  24.  
  25. No branch only?
  26.     (Good)
  27.     (Bad)    Statement on no branch.
  28. ?end
  29. Last statement.
  30.  
  31.